home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / dosutils / cf604.zip / CHANGES.TXT < prev    next >
Text File  |  1996-11-11  |  53KB  |  1,063 lines

  1.  
  2.  
  3.  
  4.                      *******************************
  5.                      *                             *
  6.                      *     History of Changes      *
  7.                      *                             *
  8.                      *  CMFiler -- Version 6.04    *
  9.                      *                             *
  10.                      *******************************
  11.  
  12.  
  13.      The following features have been added or improved since Version 5.32, in
  14.      reverse chronological order:
  15.  
  16.      1.   Made the file viewer more seamless when viewing files which are too
  17.      long to fit into the available conventional memory. When searching for a
  18.      string, viewer will load and search the next and each subsequent section
  19.      of the file until the string is found. The file beginning/file end
  20.      commands (Alt-B/Alt-E) reload the first section, or sequentially load and
  21.      index each section to the end, instead of only moving to the beginning or
  22.      end of the currently loaded section.
  23.  
  24.      2.   The file viewer can now be used to split a file into up to 20
  25.      smaller files, at dividers inserted by the user.  Alt-I inserts a divider
  26.      at the location of the cursor, and Alt-S splits the file at the dividers.
  27.      The beginning and end of the file have pre-placed, implicit dividers.
  28.  
  29.      In order to make the command Alt-S available for "Split files", the
  30.      command for switching from view to edit mode has been changed to Alt-D
  31.      (for eDit mode).
  32.  
  33.      3.   Added a file import facility to the editor.  The command Alt-T (for
  34.      imporT) allows user to specify a file to import into the file being
  35.      edited, just before the line the cursor is on.
  36.  
  37.      4.   Added a file compare facility to the main file services module, like
  38.      the old DOS program COMP.EXE.  Put the cursor on one file and press Ctrl-
  39.      R (for compaRe).  Then navigate to the second file, and press Ctrl-R
  40.      again.  The message at the bottom of the screen gives the results of the
  41.      comparison.
  42.  
  43.      5.   Added the file MANUAL.HTM, an HTML hypertext user's manual which can
  44.      be read with any Web browser.
  45.  
  46.      6.   Added a feature for computers operating under Windows 95, to "quick-
  47.      start" any data file for which an association exists with an application.
  48.      For example, Win95 associates the file extension .WAV with its audio wave
  49.      file player.  To start the wave player and play the file TADA.WAV, just
  50.      locate the .WAV file you want to play in a CMFiler directory list, put
  51.      the cursor on it and press Q.
  52.  
  53.      7.   Corrected bugs in the copy-with-rename function for Win95 long
  54.      filenames, and changed the DESCRIPT.ION file updating algorithms so that,
  55.      if two notes are duplicated in a DESCRIPT.ION list, the one which is a
  56.      W95 LFN is not selected (i.e., the one which was deliberately entered by
  57.      the Ctrl-N edit notes facility will prevail) whenever the DESCRIPT.ION
  58.      file is updated following a copy.
  59.  
  60.      ----- 6.03  -----
  61.  
  62.      1.   Brought MANUAL.TXT up-to-date.
  63.  
  64.      2.   Added a switch (Ctrl-M) in the editor in view mode to allow masking
  65.      non-ASCII characters.  This helps in viewing word processing files, such
  66.      as WordPerfect files, which have non-ASCII characters distributed
  67.      throughout.
  68.  
  69.      3.   Added the capability to specify a volume label to be applied to
  70.      floppies during a formatting session.
  71.  
  72.      4.   Improved the error handling routines to specifically detect write
  73.      protect errors during file copy operations, and provide a retry option
  74.      after removing the write protection on the floppy diskette.
  75.  
  76.      5.   Added a printer line-feed command, Ctrl-i.  This issues a line-
  77.      feed carriage return to LPT1 only.
  78.  
  79.      ----- 6.02  -----
  80.  
  81.      1.   Fixed logic shortcomings in notes services that caused problems in
  82.      dealing with DESCRIPT.ION files with records delimited by other than
  83.      carriage return-line feed combinations (e.g., line feeds only).  Also
  84.      added routine to mask out the extended control string additions that
  85.      certain programs add to DESCRIPT.ION records. In the notes editor, these
  86.      are retained in a buffer before the note is edited, and then added back
  87.      in after the note has been edited, so that they are not lost.
  88.  
  89.      2.   Added long filename support to the Alt-R "copy file with Rename"
  90.      function.
  91.  
  92.      3.   Corrected a minor bug that caused the first line of a text file not
  93.      to be printed properly by the print-fiLe routine if the user specified a
  94.      printed filename header.
  95.  
  96.      4.   Recoded oversized routine in main module so that floppy fill
  97.      function could be restored in shareware version.
  98.  
  99.      5.   Completely reworked Help screens to provide search on first letter
  100.      of a keyword.
  101.  
  102.      ----- 6.01  -----
  103.  
  104.      This version was a beta test for 6.02.
  105.  
  106.      ----- 6.00  -----
  107.  
  108.      1.   Added comprehensive support of Windows 95 long filenames.
  109.  
  110.      2.   Retired the NARATIVE.CF notes file format, and consolidated all
  111.      notes in DESCRIPT.ION file format.  Notes facilities (Shift-N view notes
  112.      and Ctrl-N edit notes) import long filenames from Win95 into DESCRIPT.ION
  113.      file for that directory.
  114.  
  115.      3.   Increased length limit on CMFiler notes to 255 bytes, consistent
  116.      with Win95 long filenames.
  117.  
  118.           CMFiler -- Changes                 1-2             
  119.      4.   Revised display in main module to show file sizes to nearest
  120.      kilobyte, rather than in units of the disk allocation size.
  121.  
  122.      5.   Revised Shift-O user Options menu to include option to turn off
  123.      DESCRIPT.ION file updating during file copying/moving/deleting/renaming.
  124.  
  125.      6.   In main module, added Backspace as a recognized keystroke in the G
  126.      and Alt-G "Goto..." commands.  If you are typing a file name and you mis-
  127.      type a letter, just backspace to recover the Goto string.
  128.  
  129.      7.   In the tree module, changed the logic for locating the ~TREES~
  130.      directory.  The first choice for creating a ~TREES~ directory will be in
  131.      the path specified by the environment parameter CF-CFG, if one has been
  132.      specified.  If CF-CFG has not been specified, then CMFiler will create
  133.      ~TREES~ in the root of C.
  134.  
  135.      ----- 5.54  -----
  136.  
  137.      1.   Revised the file display ordering options (Ctrl-O) menu to eliminate
  138.      option 0 (zero) added in ver 5.37d, which would order the executable
  139.      (.COM, .EXE, .BAT, .BTM) files at the top of the alphabetical directory
  140.      list.  Instead, the user is now allowed to specify a set of four
  141.      "preferred" file extensions by pressing E.  The user may set a switch
  142.      that causes these preferred files to be listed ahead of all other files,
  143.      regardless of the ordering option in force, 1 through 9.  This switch is
  144.      toggled with the letter P.
  145.  
  146.      2.   Corrected logic faults in file splitting routine, and improved error
  147.      handling.  Also added option to have files split at nearest end-of-line,
  148.      which is handy for splitting large text files.
  149.  
  150.      3.   Corrected logic fault which was causing incorrect assignment of file
  151.      attributes during copy in main module.
  152.  
  153.      4.   Improved the handling of errors during file deletions in main and
  154.      tree modules.
  155.  
  156.      5.   Revised ZIP/UNZIP and file splitting (Alt-S) to allow the use of a
  157.      single open panel as well as two panels.
  158.  
  159.      6.   Revised file copy and move to allow service from single open panel.
  160.      User specifies target path, which then opens in right panel before copy
  161.      or move is accomplished.
  162.  
  163.      7.   Added Jump command, which allows jumping to any path in either
  164.      panel.
  165.  
  166.      8.   Revised the file and tree deletion confirmation options to include
  167.      the keypress S, as well as Y and N.  S switches the deletion type from
  168.      hard to soft or from soft to hard before performing the deletion.
  169.  
  170.      9.   Revised the boot sector written onto floppy diskettes during
  171.      formatting, to redirect the boot process to the C drive, if available.
  172.      If you attempt a system bootup with a NoVaSoft-formatted floppy in the A
  173.      drive, and the BIOS boot preference is A, the boot sector program from
  174.      the diskette first checks the absolute integrity of the diskette boot
  175.      sector, before booting through to C.
  176.  
  177.           CMFiler -- Changes                 1-3             
  178.      If the boot sector is corrupted, as it will be if the diskette has been
  179.      infected with a non-stealth boot sector virus like Michaelangelo, the
  180.      NoVaSoft boot code will pause the boot process and issue you a warning to
  181.      check your system for a boot sector virus.  You may ignore this warning
  182.      if you wish.
  183.  
  184.      If the diskette boot sector is intact, or if you choose to ignore the
  185.      corruption warning, the NoVaSoft boot code attempts to load and transfer
  186.      control to the boot sector code from the C drive hard disk.  In most
  187.      cases, this avoids the annoying "non-system diskette" message issued by
  188.      MS-DOS-formatted diskettes.
  189.  
  190.      10.  Cleaned up the logic in the error handling for diskette formatting
  191.      and copying, to better alert the user to the presence of write
  192.      protection, and to the attempted use of the incorrect media density 3.5"
  193.      diskette.
  194.  
  195.      11.  Changed method of assigning version numbers.  Version numbers will
  196.      now consist of the digits X.YZ, where X is the major revision number
  197.      (currently 5), Y is the last digit of the year, and Z is the quarter (1-
  198.      4) in which the version was released.  This version is being released in
  199.      the 4th quarter of 1995, hence it is 5.54.
  200.  
  201.      ----- 5.37d -----
  202.  
  203.      1.   Added to the file display ordering options (Ctrl-O menu) the choice
  204.      "0", which orders the executable files first, in the order .COM, .EXE,
  205.      .BAT and .BAT, followed by all other files in strict alphabetical order.
  206.  
  207.      2.   Added to the color palette selection menu (Ctrl-P) the option to set
  208.      a flag on files with today's date stamp, and custom colorized the
  209.      extension field of executable files.  When you leave the palette menu
  210.      with the Enter key, you will be asked if you want to flag today's files
  211.      and executables.  If you answer Yes, you will be given an opportunity to
  212.      edit the color scheme for the executable files.  The "today" flag is a
  213.      small square pip just in front of the extension field.
  214.  
  215.      3.   Added to the palette edit routines (Ctrl-P, E) the options to toggle
  216.      the high-intensity bit selectively for each color field.  The command "T"
  217.      in the color menu toggles between high- and normal-intensity foreground
  218.      color attribute.
  219.  
  220.      4.   Revised the display routines to show the time in 12-hour format,
  221.      with the letter "p" for post-meridian times. (Absence of a "p" implies
  222.      ante-meridian, including the hours from 12 midnight to 1 AM.)
  223.  
  224.      5.   When you select a disk containing deleted files in a ~TRASH~
  225.      directory the first time each new day, CMFiler asks if you want to leave
  226.      it alone, purge (hard-delete) its files, or view it.  Heretofore, if you
  227.      specified viewing ~TRASH~, you would be returned to the root directory
  228.      when you were finished, even if some other directory had been specified,
  229.      for example as an initial path parameter in the command line.  Now
  230.      CMFiler remembers the specified path, and returns to it after you leave
  231.      ~TRASH~ with the \ (Root) or P (Parent) command.
  232.  
  233.      6.   Added to the editor/viewer a pop-up ASCII table, called with the
  234.      command Ctrl-A.  Navigate through the table with the Arrow keys or mouse
  235.  
  236.           CMFiler -- Changes                 1-4             
  237.      to highlight a specific character, then type that character with Enter or
  238.      mouse left button.
  239.  
  240.      7.   Corrected a bug in the navigation routines in the tree module that
  241.      occasionally caused confusion when navigating using the Shift-Up/Down
  242.      arrows in a directory level in which one or more directories had been
  243.      deleted since the last tree refreshing operation.
  244.  
  245.      8.   Added to the main module a file splitter, called by Alt-S.  With the
  246.      target panel set up as the destination path for the split files, position
  247.      the cursor on a file in the source panel and press Alt-S.  CMFiler first
  248.      asks for confirmation that you desire to split the file into smaller
  249.      files, with extensions .A00, .A01, ..., .A99, .B00, etc.  The it asks for
  250.      the file size for the split files, in Kb.  Split files are created in the
  251.      target path, and the original file is left untouched in the source.
  252.  
  253.      ----- 5.37c -----
  254.  
  255.      1.   Added to the tree module a feature that captures to the C drive
  256.      (C:\~TREES~) an image file of the tree for each drive C or greater when
  257.      it is first accessed.  This image is then available for use as a quick
  258.      alternative to rereading the whole drive the next time the tree module is
  259.      entered and that drive is selected.  The image file loads the tree
  260.      structure in a fraction of the time it takes to read the whole drive and
  261.      construct the directory and file list.
  262.  
  263.      The first time this version is run in tree mode, CMFiler explains three
  264.      basic setup options to help the user use this new feature in the best
  265.      way.  In one option, you can tell CMFiler to ask permission to reread the
  266.      drive and refresh the tree image on file after copying a structure into
  267.      the drive tree.  It is often convenient, if you have several structures
  268.      to copy, to wait until the last before rereading the drive and refreshing
  269.      the tree image.
  270.  
  271.      The tree image can also be manually updated using Shift-R (Refresh tree).
  272.      The Tree image option menu can be brought up with Ctrl-O.
  273.  
  274.      2.   Added to the shareware edition a choice of registration forms -- one
  275.      form for direct orders to NoVaSoft, one form for credit card orders to
  276.      Public (software) Library.
  277.  
  278.      3.   Added full color selection capability.  Press Ctrl-P as previously
  279.      to select from four palettes.  However, each palette can be edited by
  280.      pressing E within the palette facility.  Each of five colors in the file
  281.      list display can be selected by arrowing around an 8x8 color array, and
  282.      pressing the spacebar when the desired color is reached.  The affect of
  283.      each selection is shown as the arrow is moved around the array, so no
  284.      guesswork is required.  This new facility is best used with both panels
  285.      open, and some files tagged in one of the panels, since the file tagging
  286.      color and both the source and target path line colors are independently
  287.      variable.  When finished editing one palette, hit Enter to return to the
  288.      original level of the palette facility, and either Enter to set that
  289.      palette as the default choice, or another key to rotate to the next
  290.      palette.  The editor and tree displays are not independently adjustable,
  291.      but take their colors from the current palette.
  292.  
  293.  
  294.  
  295.           CMFiler -- Changes                 1-5             
  296.      4.   Added a path alias facility to the main module.  This allows
  297.      assigning the commands Alt-1 through Alt-9 to your nine most frequently
  298.      used directories, for instant navigation from any other drive and path.
  299.      To assign a path to the alias list, first go to the subdirectory you want
  300.      to add, then press Alt-A (for Alias).  The Alias menu shows a list
  301.      numbered 1 through 9, each with a user-definable title and path.  Pick a
  302.      free number, press it and type in the title you want as your key for the
  303.      path.  Hitting Enter saves the alias.
  304.  
  305.      To navigate to that aliased path instantly, either press Alt- and the
  306.      number you assigned (if you remember), or press Alt-A, look over the
  307.      list, and while still holding down the Alt-key press the number.
  308.  
  309.      5.   The keys Del and Insert now have functions in the main and tree
  310.      modules.  Del is the same as D (Delete file(s) or directory).  Insert is
  311.      the same as M (Mkdir) if the cursor is on a directory, or F (make new
  312.      File) if the cursor is on a file).
  313.  
  314.      6.   Added Ctrl-W sWap panel command to tree module.
  315.  
  316.      7.   Adjusted all disk space calculations to accommodate multi-gigabyte
  317.      devices.
  318.  
  319.      8.   In the editor, enabled the option to use the keypad for numerical
  320.      input if NUM LOCK is on.
  321.  
  322.      9.   Optimized the disk access sequences in the file copying routines in
  323.      the main and tree modules to reduce to a minimum the number of separate
  324.      accesses for each file.  This reduces the time for floppy-to-floppy file
  325.      copying through the same diskette controller.
  326.  
  327.      ----- 5.37b -----
  328.  
  329.      1.   In editor, cleaned up the Home and End key logic, and spruced up the
  330.      left-right positioning logic for the cursor while moving up and down a
  331.      file.  Corrected other minor bugs.
  332.  
  333.      2.   Revised CMFiler's treatment of file attributes to set the DOS
  334.      Archive bit after editing, copying or appending files, in the same way as
  335.      COMMAND.COM does.
  336.  
  337.      3.   Rewrote documentation on "registration" to strengthen the idea that
  338.      the expected (and the legally required) action by users if they wish to
  339.      continue using the shareware edition of CMFiler past the evaluation
  340.      period is to "purchase" it -- i.e., to remit money.
  341.  
  342.      ----- 5.37a -----
  343.  
  344.      1.   Changed the routine that checks for valid drives in the system to
  345.      make it non-intrusive (it no longer has to access each drive), and to do
  346.      the check whenever the user requests a change of drives instead of just
  347.      during program initialization, in order to detect any dynamic changes in
  348.      system logical drive configuration during a session.
  349.  
  350.      2.   Added .BTM as an alternative batch file name for 4DOS users.
  351.  
  352.      ----- 5.37 -----
  353.  
  354.           CMFiler -- Changes                 1-6             
  355.      In shareware edition, disabled the opening registration reminder screen
  356.      for the first 50 uses.  Between 51 and 100 uses, user is asked to press
  357.      the letter C to continue.  Beyond 100 uses, a key press from A to Z
  358.      (selected at random) is required to continue past the opening screen.
  359.      This measure is added to increase the evaluator's difficulty to
  360.      automatically bypass the opening reminder that shareware is a
  361.      distribution method based on trust and good faith, but that use beyond
  362.      the evaluation period invokes a registration obligation.
  363.  
  364.      Added a feature in the Rename routine in the main file services module to
  365.      permit swapping two file names.  If exactly two files are tagged when the
  366.      key R is struck, CMFiler asks if the user wants to swap their names.  If
  367.      the answer is no, CMFiler goes to the normal rename facility.
  368.  
  369.      Added a user-optional routine to the notes facility to "synchronize"
  370.      DESCRIPT.ION and NARATIVE.CF notes files if necessary each time the notes
  371.      facility is called to update the NARATIVE.CF file.  All existing entries
  372.      in either file are preserved.  This routine only adds unique entries from
  373.      either to the other.  Routine must be activated by resetting a switch on
  374.      the Shift-O user Options menu.
  375.  
  376.      In the DESC_NAR companion utility, added an option to import notes from
  377.      DIRN-???.DAT files created by the PC Magazine utility DIRNOTES into
  378.      CMFiler's NARATIVE.CF notes files.
  379.  
  380.      In editor, modified the Alt-F Find-string command to seed the search
  381.      string with the text word at the cursor.  Previous find string can be
  382.      reinstated with the Up Arrow key.  Also added a command, Ctrl-G (Goto
  383.      next same word), that repositions cursor to next appearance of the word
  384.      the cursor was on.  Ctrl-G recycles to the beginning of the file if
  385.      necessary.
  386.  
  387.      Added command Ctrl-W (for sWap), to swap panels in main module.
  388.  
  389.      Corrected a bug in the Shift-X and Shift-Fn commands inadvertently
  390.      introduced in version 5.36s.
  391.  
  392.      ----- 5.36s -----
  393.  
  394.      Added color to the editor, in the same scheme as selected for the
  395.      main file services module.  Also added option for colored border
  396.      on VGA monitors when screen background is other than black.
  397.  
  398.      Added feature to diskette copier to make it easier to use previously
  399.      stored diskette images from the hard disk.  Select the directory
  400.      with the diskette image you want to use, and put the cursor on the
  401.      name of the image file before pressing Shift-K for disKopy.  Answer
  402.      the first question Yes, and the file name will be given as the default
  403.      in the data entry window.  Press enter to accept it, and continue with
  404.      the session.
  405.  
  406.      Increased from 9 to 35 the number of duplicate filenames that can be
  407.      soft-deleted and still accepted in the ~TRASH~ directory before
  408.      "saturation". As multiple files of the same name are renamed for storage
  409.      in ~TRASH~ during soft-delete, variations of the filename are attempted
  410.      in which the last character of the renamed file is first 1 through 9, and
  411.      then A through Z.  If all variations fail, the soft-delete reverts to
  412.  
  413.           CMFiler -- Changes                 1-7             
  414.      hard-delete for that file.
  415.  
  416.      Revised the support for PKZIP to allow ZIPping a long list of tagged
  417.      files.  The algorithm previously limited the number of files which could
  418.      be ZIPped to the number that would fit on the command line.  Algorithm
  419.      expanded to take advantage of PKZIP's @filelist feature for ZIPping large
  420.      numbers of tagged files.  CMFiler creates a temporary filelist, passes it
  421.      to PKZIP, and then erases it after the ZIP is complete. unlimited
  422.  
  423.      ----- 5.36r -----
  424.  
  425.      In diskette copying routine (disKopy), added option to save diskette
  426.      image as a file on the hard disk after reading master diskette, and to
  427.      use a previously saved image as the master for making new diskettes.
  428.  
  429.      To assist blind people using Gateway Braille displays, the character * is
  430.      printed in the column to the left of the filename to denote a normal-
  431.      tagged file (the character 1-9 or a-z was already printed to denote an
  432.      alt-tagged file), and the character denoting a directory is changed from
  433.      the graphics character ASCII 249 (a small dot in the center of the
  434.      character array) to a colon.
  435.  
  436.      ----- 5.36q -----
  437.  
  438.      Optimized file copying routines to save time, overwrite old file as a
  439.      data security measure.  Added mouse help info to Help screens.
  440.  
  441.      Revised editor exit routine to be clearer, to permit editing the save
  442.      file name, and to facility saves during a session.
  443.  
  444.      Added protection in file copying, deleting and editing routines for
  445.      "system" files equivalent to "read-only".
  446.  
  447.      ----- 5.36p -----
  448.  
  449.      Added feature to allow quick-executing .COM or .EXE files using Enter key
  450.      as well as Q. Double press of Enter or double click of mouse left button
  451.      while arrow symbol is highlighted in mouse bar executes file.
  452.  
  453.      ----- 5.36n -----
  454.  
  455.      Corrected longstanding bug that generate "access denied" errors when
  456.      attempting to copy certain files on network drives.
  457.  
  458.      ----- 5.36m -----
  459.  
  460.      Added quick printout of registration form in shareware edition (Ctrl-R).
  461.  
  462.      Added mouse speed adjustment to mouse menu in main module, corrected
  463.      minor bugs, and relabelled 5.36m (for "mouse").
  464.  
  465.      Disabled old file wiping prior to file copying and moving when wipe-file
  466.      option is set, based on a problem reported on one network.  File wiping
  467.      is still active during file deletion when wipe-file option is set.
  468.  
  469.      ----- 5.36e (Beta test version) -----
  470.  
  471.  
  472.           CMFiler -- Changes                 1-8             
  473.      Added mouse support for navigation and some commands.  The mouse features
  474.      stay dormant until the mouse is moved.  In the main module, the tree
  475.      display and the file list display in the tree module, a five-character
  476.      mini-mouse menu appears on the same line as the cursor and highlight,
  477.      showing five operations that can be clicked with the left button:
  478.  
  479.      o  The left-arrow character (ASCII 27) acts like the Enter key, for
  480.      directory navigation and file viewing. 
  481.      o  The three-line character (ASCII 240) pops a menu into the active
  482.      window. 
  483.      o  The up, down and left or right triangles act like PgUp, PgDn and Left
  484.      or Right Arrow for navigation.
  485.  
  486.      In the cases of file lists, the right button toggles the state of the
  487.      tag.  Several files can be tagged by holding down the right button and
  488.      dragging the mouse up or down the file list.
  489.  
  490.      The left button may in most cases be used to accept the default offering
  491.      in yes/no choices, same as the Enter key.
  492.  
  493.      In the editor/viewer, the left button has the same effect as the Enter
  494.      key.  Mouse movement navigates on the page like the arrow keys.  Holding
  495.      the right button down and moving the mouse up or down activates a
  496.      variable-speed scroll feature.
  497.  
  498.      The escape options in the editor have been revised to reduce the number
  499.      of keystrokes required to exit using the standard defaults (i.e., save
  500.      edit, do not reuse original date/time, do not save original as *.BKP, and
  501.      do not return to editor).  The keystroke X or Enter after Escape exits
  502.      the editor with the standard options.  To save the edited file but use
  503.      one of the non-standard exit options, press Y after Escape, and then pick
  504.      the options desired.
  505.  
  506.      ----- 5.36d -----
  507.  
  508.      Added * and ? wild cards to G and Alt-G "go to" functions in main module,
  509.      and ? wild card to "find text" functions in editor and tree.
  510.  
  511.      Made filename display and Goto algorithm the same (name - extension) in
  512.      all sort modes.
  513.  
  514.      Soft-delete no longer changes file date/time stamp when moving files to
  515.      ~TRASH~ directory.  ~TRASH~ purge now cleans out all files, not just
  516.      those from yesterday and before.  D command is now taken to be hard-
  517.      delete for RAMDrives <10M, as for floppies.
  518.  
  519.      When expanded file size display is invoked by +, file size in bytes now
  520.      uses attribute field for the extra space needed, instead of time field.
  521.  
  522.      When exit with Esc, restores all drives to the paths that were current on
  523.      entry.  When exit with Alt-Q, leaves all drives set to current paths.
  524.  
  525.      The \ and keypad Enter keys on British keyboards now respond as
  526.      documented.
  527.  
  528.      "New drive" prompt now shows list of all valid drives.
  529.  
  530.  
  531.           CMFiler -- Changes                 1-9             
  532.      Added option in Shift-O menu to display file dates using the European
  533.      convention (dd-mm-yy).
  534.  
  535.      Ctrl-K adjusts cursor size, decrementally on each keystroke.  This is a
  536.      savable configuration parameter.
  537.  
  538.  
  539.      ----- 5.36c -----
  540.  
  541.      Added diskette copier (Shift-K for disKopy), which copies a master disk
  542.      from a floppy drive and makes as many exact images to formatted or
  543.      unformated blank diskettes as desired.
  544.  
  545.      Added floppy disk formatter (Shift-M for forMat), and expanded the
  546.      capability of the floppy fill function (shift-i) to accept unformatted
  547.      disks, including the first disk in the sequence.  Target panel need not
  548.      be selected to the drive filling to.  Floppy filler asks explicitly which
  549.      drive to fill to, and then sets up the target panel to that drive for
  550.      you, after formatting the first floppy (if needed).
  551.  
  552.      Corrected logic error and expanded capacity for notes from 600 to 1200
  553.      per directory, memory permitting.
  554.  
  555.      ----- 5.36b -----
  556.  
  557.      Options added to print fiLe facility:  Issue form feed at end; print
  558.      filename/date/time header on first page; provide left margin of 0, 5 or
  559.      10 spaces; route to printer 1 or 2 (LPT1 or LPT2).  Settings can be saved
  560.      to the .CFG configuration file to become the default offering for next
  561.      printout.
  562.  
  563.      ----- 5.36a -----
  564.  
  565.      New operators Ctrl-U/L/I added to editor.  Ctrl-U forces alphabetic
  566.      character at cursor to upper case, Ctrl-L forces to lower case, Ctrl-I
  567.      inverts.
  568.  
  569.      Limit removed on number of filenames displayed in viewing contents of
  570.      compressed files.  Display screen size increased, PageUp/Down added.
  571.  
  572.      File mask now blinks whenever it is other than *.*, as a visual cue that
  573.      what you see is not necessarily all that is there.
  574.  
  575.      Expanded file move command (Shift-C) to better accomodate cross-drive
  576.      file moves (reduced number of keystrokes).
  577.  
  578.      Added date/time stamp to directories in display, and corrected minor
  579.      anomalies.
  580.  
  581.      ----- 5.36 -----
  582.  
  583.      Corrected miscellaneous minor anomalies, and repackaged for major
  584.      release.
  585.  
  586.      ----- 5.35k -----
  587.  
  588.      Corrected miscellaneous minor bugs and anomolies.
  589.  
  590.           CMFiler -- Changes                 1-10             
  591.      ----- 5.35j -----
  592.  
  593.      The permissible tree size was again increased, to 1700 directories, and a
  594.      minor bug in the routine that reverses the function of the high-intensity
  595.      bit was fixed.
  596.  
  597.      The default name assumed for Integrity Master's integrity data files, for
  598.      the purpose of protecting them against inadvertent overwriting, was
  599.      changed to ZZ##.IM, reflecting the default name assigned by Integrity
  600.      Master in version 1.24a and later.  This name can be changed using the
  601.      command Alt-I (for IDname, where "ID" stands for integrity data).
  602.  
  603.      ----- 5.35i -----
  604.  
  605.      The facility to view the file list within a compressed file has been
  606.      expanded and improved to now include .EXE files (on the assumption that
  607.      they are self-extracting files), and to find files in mixtures of
  608.      compression types packed together.
  609.  
  610.      An option has been added to the Shift-O user Options screen to allow the
  611.      action of the color attribute high-intensity bit to be inverted.  Some
  612.      LCD color monitors take the purpose of the high-intensity bit to be just
  613.      opposite the normal sense, ie, high intensity enable when bit is zero
  614.      instead of one.
  615.  
  616.      The permissible tree has been increased to 1000 directories from 505, to
  617.      accomodate large network directories.
  618.  
  619.      ----- 5.35g -----
  620.  
  621.      The command line color mode "V" (for VGA) is now recognized, in the form
  622.      of the argument @V, similar to the previous @C, @M, etc.
  623.  
  624.      Support for VGA 43/50-line display has been added, and may be invoked in
  625.      one of two ways:
  626.  
  627.      o  On the fly.  The Shift-O user Options screen has a new line to set 25,
  628.      43 or 50-line display, on the screen below the monitor line.  This line
  629.      can only be accessed if CMFiler senses a VGA card installed.  The choices
  630.      are 2,4 or 5.  Switch is stored immediately in the .CFG file for the next
  631.      execution of CMFiler.
  632.  
  633.      o  Through the command line.  Simply add 25, 43 or 50 to the argument @V
  634.      (or @C or @M).  This will override the previously recorded mode in the
  635.      .CFG file.
  636.  
  637.  
  638.      ----- 5.35f -----
  639.  
  640.      Further testing of CF's two sorting algorithms (the original bubblesort
  641.      and the more recently used quicksort) for speed in sorting large
  642.      directories reveals that neither one is superior under all conditions.
  643.      Therefore, the user has been given the option (letter A in Ctrl-O
  644.      Ordering menu) to select whichever one works best in the environment of
  645.      that user's file structure.  Much depends on the "natural" DOS order --
  646.      the order in which the directory was constructed, and in which DOS reads
  647.      the directory table.
  648.  
  649.           CMFiler -- Changes                 1-11             
  650.      Quicksort works best for directories that already have a high degree of
  651.      natural order, or a high degree of disorder, and does poorly compared to
  652.      bubblesort in "lumpy" directories, which have clumps of ordered files
  653.      randomly arranged.  If you use principally one ordering scheme and both
  654.      algorithms are making you wait each time you read a large directory,
  655.      there is a way to cause DOS to reorder the directory table so that
  656.      quicksort in particular will do much better:
  657.  
  658.      -    Make a new directory on the same path in the same level as the
  659.      directory to be reordered, and select it in one panel. 
  660.  
  661.      -    Put the directory to be reordered in the other, and with the desired
  662.      ordering option selected, tag all the files and move them to the new
  663.      directory.  They will be moved in the order listed, and thus the
  664.      directory table being created will have a "natural" DOS order the same as
  665.      the one you most use.  ("Moving" is nothing more than renaming, so no
  666.      data reading/writing is involved, only directory table-making.)
  667.  
  668.      -    Delete the old directory, and rename the new one like the old.
  669.  
  670.      To be sure, disorder will creep back in, and this procedure may need to
  671.      be repeated.  However, the occasional time investment will be worth it
  672.      for the aggravation it will save waiting for sorts.
  673.  
  674.  
  675.      A "floppy fill" function has been added to the main module, called by
  676.      "Shift-I", which fills floppy diskettes in the drive selected in the
  677.      target panel with the tagged files from the directory in the source
  678.      panel.  Diskettes must be preformatted, but need not be empty.  User may
  679.      specify a margin in kb to reserve on each floppy.
  680.  
  681.      To use the floppy filling function:
  682.  
  683.      1.   Put the first diskette to be filled in drive A or B, and select that
  684.      drive in one panel.
  685.  
  686.      2.   Select the other panel to the directory containing the source files
  687.      to be copied.   Tag all the files to be copied (press A to tag them all),
  688.      and press Shift-I.  Specify number of kilobytes to hold in reserve on
  689.      each floppy.  (CF adds 2 just to be safe.)  Filling starts.
  690.  
  691.      3.   When each diskette is full, the files that were successfully copied
  692.      are untagged in the source panel, and, if there are still files to copy,
  693.      CF gives the choice of Escaping from the operation, or putting in a new
  694.      disk and pressing any other key to resume.  You may suspend the filling
  695.      with Esc, and then resume with Shift-I without loss of continuity as long
  696.      as you leave the tags in the source panel alone.
  697.  
  698.      This function is "semi-smart".  It first looks to see if any existing
  699.      files on the target floppy are the same as files tagged in the source,
  700.      and updates them as appropriate, untagging the corresponding source files
  701.      that matched.  Then it looks at the source for tagged files that will fit
  702.      in the remaining space on the floppy, and adds them until the floppy is
  703.      full.  Thus the floppy-fill can be used for updating a set of backups
  704.      previously created with the floppy-fill function.  
  705.  
  706.  
  707.  
  708.           CMFiler -- Changes                 1-12             
  709.      As a further safeguard against loss of data during file copying, if you
  710.      leave "soft" delete enabled, in addition to files that you "soft" delete
  711.      going to the ~TRASH~ trashcan directory, newer files that you overcopy
  712.      with older files also go to ~TRASH~, even after you confirm the action.
  713.  
  714.  
  715.      The method of ensuring against inadvertent carryover of unseen sensitive
  716.      or classified data during file copying through the slack space of the DOS
  717.      input/output buffers has been completely revised.  This protection is now
  718.      provided automatically all the time, cannot be switched off, and is
  719.      operating system-inndependent.  In fact, the method now used enhances the
  720.      speed of file copying by up to 10-20%.
  721.  
  722.      Consequently, the option "Clear I/O buffers if located?" in the Shift-O
  723.      screen is no longer needed, and has been replaced with the following:
  724.      "Wipe old files during HARD Delete, Copy and Move?"  When this is set to
  725.      Y, old files will be completely obliterated by overwriting all their data
  726.      with the continuous sequence "cfcfcf..." before deleting them using the
  727.      DOS file delete service.
  728.  
  729.      (As a point of information, the DOS "delete" service in fact only changes
  730.      the first character of the file name in the directory table, and the
  731.      cluster pointers in the file allocation table (FAT), and does NOT change
  732.      or erase any of the data clusters themselves.  Until they are overwritten
  733.      by some other file, in whatever order DOS chooses to reuse the freed-up
  734.      clusters, they are available for reading by any disk-scanning program
  735.      that looks at the disk with absolute sector reads, ignoring what the
  736.      directory table SAYS is on the disk.  Much of the Irangate evidence was
  737.      retrieved this way by investigators.  This new feature in CF guarantees
  738.      the obliteration of "deleted" data by overwriting all data in the file,
  739.      from beginning to end, with "cfcfcf..." before using the DOS delete
  740.      service.)
  741.  
  742.  
  743.      All runtime questions requiring a (y/n) respond from the user now also
  744.      offer a defauly, shown in capital letter at the cursor and chosen to
  745.      reflect the more likely response under the circumstances, or the more
  746.      conservative response from the standpoint of protecting files from
  747.      inadvertent deletion.
  748.  
  749.      For example, when deleting files(s) with D or Ctrl-D, the default
  750.      offering is Y in the confirmatory request, since it is more likely that
  751.      deletion is what you intended, and you did not hit the D or Ctrl-D key by
  752.      mistake.  On the other hand, N is the default offering if a Read-only
  753.      file is encountered during the delete operation, since assigning this
  754.      attribute is a normal way of providing extraordinary protection of
  755.      individual files, and if you are using the Read-only attribute correctly,
  756.      you should typically NOT want to delete the file.
  757.  
  758.      ----- 5.35e -----
  759.  
  760.      In the editor, a significant bug was corrected that resulted in loss of
  761.      part of the file if the user returned to the editor after saving the
  762.      file.
  763.  
  764.  
  765.      In the tree module, a logic fault that was blocking the Esc bailout
  766.  
  767.           CMFiler -- Changes                 1-13             
  768.      during file text searches.
  769.  
  770.  
  771.      In the main module, minor logic errors were corrected in the command line
  772.      support for masks.  
  773.  
  774.      ----- 5.35c -----
  775.  
  776.      In the main module, the file date/time change service has been expanded
  777.      to permit mass date/time setting by tagging a collection of files, and
  778.      pressing Alt-F as before.  If files are tagged, the user must then
  779.      confirm the desire to have all tagged files set to the same date/time
  780.      stamp.  The default values in the data entry windows are taken from the
  781.      topmost tagged file in the listing.
  782.  
  783.  
  784.      The logic which retains knowledge of the current cursor position in the
  785.      target directory during directory-altering operations, such as file
  786.      copying, has been refined to remove some anomalies.
  787.  
  788.      ----- 5.35b -----
  789.  
  790.      In the editor, to support easier updating of the on-disk file copy during
  791.      long editing sessions, a fourth option has been added to the Escape
  792.      sequence -- "Return to editor? (y/n)", with the default set to N, since
  793.      in most cases the user wants to leave the editor.  So to update the on-
  794.      disk copy of the file being edited, the following keystrokes might be
  795.      used in the middle of the editing session: Esc-Enter-Enter-Enter-Y.
  796.  
  797.  
  798.      In the main services file module, pressing Enter to view a .ZIP, .LZH,
  799.      .ARJ or .ARC file displays a listing of the names of all the files
  800.      compressed in that archive file (maximum of 60 file names).
  801.  
  802.  
  803.      In the main file services module, user now has the option to continue
  804.      copying or moving tagged files after a disk file creation/write/read
  805.      error, rather than having the operation automatically cancelled.  Also,
  806.      the error trapping routines were updated and one anomaly corrected.
  807.  
  808.      ----- 5.35a -----
  809.  
  810.      Different users on a network may now specify their own configuration
  811.      through the environment, by setting the environment parameter CF-CFG
  812.      before running the network copy of CMFiler.  For example, User 1 is
  813.      assigned logical drive U in the network, and User 2 drive V.  CF.COM and
  814.      CF.OVY are on drive C.  User 1 could execute CMFiler with a batch file
  815.      that reads:
  816.  
  817.           SET CF-CFG=U:\SETTINGS\CF.CFG
  818.           C:\PROGS\CF
  819.  
  820.      and User 2, using the same copy of CF.COM and .OVY, could execute:
  821.  
  822.           SET CF-CFG=V:\CONFIGS\CMFILER.CFG
  823.           C:\PROGS\CF
  824.  
  825.  
  826.           CMFiler -- Changes                 1-14             
  827.      In these two cases, of course, U:\SETTINGS and V:\CONFIGS must be valid,
  828.      existing paths.  The files CF.CFG and CMFILER.CFG need not already exist.
  829.      If it does not find the file in the path, CMFiler will create the file
  830.      the first time configuration data is saved.
  831.  
  832.  
  833.      Because of the incompatibility of the I/O buffer clearing feature with DR
  834.      DOS, a safeguard was added that detects DR DOS, and blocks the buffer
  835.      clearing option even if invoked by the user.
  836.  
  837.  
  838.      The "trash can" directory for "soft-deleted" files has been renamed from
  839.      "CF_TRASH.CAN" to "~TRASH~" for two reasons:  in at least one case, a
  840.      user's configuration included a TSR that caused system hangups in the
  841.      presence of directories with an extension in their name (even though this
  842.      is a perfectly legal DOS naming convention);  and several users asked for
  843.      a new trash can name that would appear as the last directory of their
  844.      listing, rather than in the middle of the listing. 
  845.  
  846.      ***NOTE***: This will be a nuisance to previous users the first time
  847.      running Version 5.35a or later, but will be worth it in the long run for
  848.      the neater directory list it will bring.
  849.  
  850.  
  851.      The upper limit of directory size was increased to 2400 in the main file
  852.      services module, and the sorting algorithm changed from a bubblesort to a
  853.      quicksort for improved speed.
  854.  
  855.  
  856.      In the editor, the action of the Home and End keys has been expanded as
  857.      follows:  the first press of Home/End goes to beginning/end of line, if
  858.      not already there;  the second press goes to top/bottom of page;  the
  859.      third press goes to beginning/end of file.
  860.  
  861.  
  862.      A function "Refresh panel from disk" (Shift-R) was added to the main file
  863.      services module, used when you change disks in a drive as a one-keystroke
  864.      alternative to N and the drive letter.  The similar function which
  865.      already existed in the tree module was remapped from Alt-R to Shift-R for
  866.      consistency.
  867.  
  868.      ----- 5.34d -----
  869.  
  870.      A new user option has been added to the Shift-O option facility to allow
  871.      turning off the automatic screen saver.
  872.  
  873.  
  874.      Two new ordering options have been added to the Ctrl-O ordering facility,
  875.      to permit ordering by file size, either smaller first or larger first.
  876.  
  877.  
  878.      The file mask (Ctrl M) in the main service module now only applies to the
  879.      panel the cursor was in when the mask was specified.  This is so that you
  880.      can apply different masks to the two panels.
  881.  
  882.      ----- 5.34c -----
  883.  
  884.  
  885.           CMFiler -- Changes                 1-15             
  886.      The NARATIVE.CF files, containing the file and directory notes, are well
  887.      protected from inadvertent overwriting or destruction within the CMFiler
  888.      environment.  However, there is no provision for their protection from
  889.      inadvertent erasure or overwriting in other environments, such as from
  890.      the DOS command processor.  To afford some level of protection, a switch
  891.      has been added to the user option (Shift-O) screen to let you set the
  892.      Read-Only attribute of the NARATIVE.CF files, in addition to the Hide
  893.      attribute.  Most command processors will prohibit deletion or writing to
  894.      Read-Only files.
  895.  
  896.      ----- 5.34b -----
  897.  
  898.      In trying other archive utilities in response to recent requests from
  899.      users, I have discovered that CMFiler has always (accidently) supported
  900.      LHA and ARJ, and perhaps others in addition to the PKWare utilities,
  901.      simply because they all use the same syntax in the command line, namely:
  902.  
  903.           archiver options archivefile file1[,file2,[...]]
  904.  
  905.      To clarify that other archivers may be supported by the Zip and Unzip
  906.      commands in the main module, I have revised the help screen and the F10
  907.      user-definition screen.  CMFiler still defaults to PKZIP and PKUNZIP
  908.      unless otherwise specified.  However, if you want to use ARJ or LHA
  909.      instead, press Shift-F10 from the main screen, and change both the fields
  910.      "Compress = " and " Extract = " to read "ARJ.EXE" or "LHA.EXE".  Add the
  911.      path to these file specs if ARJ/LHA is not on a path in the DOS path
  912.      environment.  Also make the "Compress Options = " line read "a" (this is
  913.      both ARJ's and LHA's way of knowing you want to add or create a .ARJ or
  914.      .LZH archive file), and the " Extract Options = " line read "x" (for
  915.      extract).  (Command line option parameters are necessary with ARJ and LHA
  916.      because, unlike the PKWare utilities which have separate compression and
  917.      extraction programs, the same program does both functions.)
  918.  
  919.      Use of LHA or ARJ by this facility is the same as use of the PKWare
  920.      utilities.  To compress, put the directory where you want the archive
  921.      file to be created or added to in one panel and tag the archive file to
  922.      be added to (if it exists); set up the other panel with the directory of
  923.      the files to be archived, and optionally tag them (if none are tagged,
  924.      the command line parameter defaults to *.*); press Z, check and edit the
  925.      command line paramters if desired, and press Enter.
  926.  
  927.      Extraction is easier.  Set up the target panel in the directory you want
  928.      the extracted files to go, put the cursor on the archive file, press U,
  929.      check the command line parameters, and press Enter.
  930.  
  931.      ----- 5.34a -----
  932.  
  933.      The naming convention for backup files, created with the command B in the
  934.      main module, has been changed so that the backup file will appear closer
  935.      alphabetically to the original file.  If the original file has a three
  936.      character extension, the third character will be replaced with a tilde
  937.      (~;  ASCII 126).  If the extension has less than three characters, it
  938.      will be padded with one or two exclamation points (!; ASCII 33, 1 larger
  939.      than blank), so that the third character can be a tilde.
  940.  
  941.  
  942.      When creating appended files (ie, Alt-tagging several files followed by
  943.  
  944.           CMFiler -- Changes                 1-16             
  945.      the command C to copy to the target, or B to copy to the source), a
  946.      default appended file name will be generated (name of the first file in
  947.      the append list plus extension APF). The user may edit this name before
  948.      the file is created.
  949.  
  950.      ----- 5.34 -----
  951.  
  952.      In the tree module, while the cursor is in the file list during a Show
  953.      files or Goto file command, several commands are available for disk
  954.      cleanup that mimic commands in the main module.  Files may optionally be
  955.      tagged with T or Spacebar, and then deleted individually (if no tags are
  956.      set) or as a group  with the D (soft) or Ctrl-D (hard) delete command.
  957.      The command A (tagAll) clears any tags set, or sets all tags, as in the
  958.      main module.
  959.  
  960.  
  961.      In the editor, the keypad map to the cursor movement functions is now
  962.      independent of Num Lock.  Shift-Up/Down Arrow moves to top/bottom of
  963.      current video page.  Gray+/Gray- function the same as Alt-Plus/Alt-Minus,
  964.      toggling the delimiter and bottom displays.
  965.  
  966.      ----- 5.33b -----
  967.  
  968.      Navigation and file-finding in the tree module was revised to follow the
  969.      "G" and "Alt-G" conventions of the main module:
  970.  
  971.      -   G ("Goto file") has replaced "F" as the file-finder command.
  972.      Pressing "G" commences a filename search, and as each letter in the
  973.      filename search string is typed, the tree and file list dynamically
  974.      adjust to highlight the matches and position the cursor to the directory
  975.      with the first match.  Mode is toggled off with G, Alt-G or Esc.
  976.  
  977.      -   Alt-G ("Goto directory") commences a directory name search in the
  978.      same fashion.  As each letter of the search string is typed, the matches
  979.      are highlighted dynamically and the display is adjusted so that the
  980.      topmost match is shown.  Mode sets for both panels, and stays until G,
  981.      Alt-G or Esc is pressed.
  982.  
  983.  
  984.      An anomaly was fixed to let the directory be re-read in its "natural" DOS
  985.      order after switching to Order mode 7.
  986.  
  987.  
  988.      An anomaly was fixed which prevented CF from checking the CF_TRASH.CAN
  989.      directory on execution.
  990.  
  991.  
  992.      A workaround was devised for an anomaly in the directory structure of
  993.      some netware, that prevented CF from navigating back through the parent
  994.      directory in the main module.
  995.  
  996.      ----- 5.33 -----
  997.  
  998.      The ZIP feature was revised to permit the use of either normal or Alt-
  999.      tags to denote which files to decompress.
  1000.  
  1001.  
  1002.  
  1003.           CMFiler -- Changes                 1-17             
  1004.      The following improvements were made to the editor:
  1005.  
  1006.      -  The notation of typeover/insert mode and wrap/no wrap mode has been
  1007.      shortened and moved to the upper right corner of the screen.  It stays on
  1008.      the screen when the lower information area is blanked.
  1009.  
  1010.      -  On color monitors, the lower five lines of text (which become the top
  1011.      five lines on PgDn) are in red vice white, to distinguish this area from
  1012.      the "active" video page (the top 20 lines), and to help the eye find its
  1013.      place in the text during scrolling.
  1014.  
  1015.      -  The exit defaults after editing have been adjusted so that most users
  1016.      will be able to answer the three questions with three strokes of the
  1017.      Enter key most of the time. (Yes, save this edit; No, don't reuse the
  1018.      date/time stamp from the original file; No, don't save the original file
  1019.      as *.BKP).
  1020.  
  1021.      -  You may switch from View mode to Edit mode within the editor, with the
  1022.      combination Alt-S(witch mode).
  1023.  
  1024.  
  1025.      In the tree module, on the Show files screen, Enter views the file (same
  1026.      convention as main module), and Shift-Enter returns to the main module
  1027.      with the cursor on that file name.
  1028.  
  1029.      ----- 5.32b -----
  1030.  
  1031.      The I/O buffer clearing feature was extended to support MS-DOS Ver 4 and
  1032.      5.
  1033.  
  1034.  
  1035.      The file 4DOS2CF.COM was added to the CMFiler collection, with its
  1036.      companion documentation 4DOS2CF.DOC.  4DOS2CF does a directory-by-
  1037.      directory search and coverts any 4DOS/NDOS notes (in files called
  1038.      DESCRIPT.ION) into CMFiler format, and appends them to existing (or
  1039.      creates new) NARATIVE.CF files.  This way, 4DOS/NDOS users don't have to
  1040.      reenter all their notes to take full advantage immediately of CMFiler's
  1041.      notes facility.
  1042.  
  1043.      ----- 5.32a -----
  1044.  
  1045.      Memory allocation logic error in the tree module was fixed.  This error
  1046.      resulted in fragmented memory for applications run from CMFiler after a
  1047.      call to the tree module.
  1048.  
  1049.  
  1050.      In the editor, a logic error was corrected which prevented use of the
  1051.      block move and copy operations when the screen lower information area was
  1052.      turned off.
  1053.  
  1054.  
  1055.      In the editor, the Home and End keys were redefined to move the cursor to
  1056.      the beginning or end of the line (same as Shift-Left and Right Arrow),
  1057.      rather than to the top or bottom of the current screen page, in keeping
  1058.      with the rest of the world.
  1059.  
  1060.  
  1061.  
  1062.           CMFiler -- Changes                 1-18             
  1063.